home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 May / PCWorld_2000-05_cd.bin / Software / TemaCD / povray / povwin3.exe / %MAINDIR% / Insert Menu / Shapes / text.txt < prev    next >
Encoding:
Text File  |  2000-04-06  |  310 b   |  10 lines

  1. // create a TrueType text shape
  2. text
  3. {
  4.   ttf             // font type (only TrueType format for now)
  5.   "crystal.ttf",  // Microsoft Windows-format TrueType font file name
  6.   "POV-Ray",      // the string to create
  7.   2,              // the extrusion depth
  8.   0               // inter-character spacing
  9. }
  10.